OSS01-API-VERSION

(server version 4.20 or later)

 

(Default = automatically determined)

OSS01-API-VERSION  1 | 2

 

Determines the API set used by MOMI when accessing OSS.

 

Version 1 uses 32-bit OSS file system calls. Version 2 uses 64-bit OSS file system calls.

 

Later versions of the Operating System provides for OSS files larger than 2 Gigabytes in size. However, this requires that an extended set of API calls be used that generally return 64-bit instead of 32-bit values. The 64-bit OSS file system calls may be used on 64 and 32-bit files. However, 32-bit OSS file system calls cannot be used on 64-bit files.

 

Usage of this keyword is NOT recommended as the default is automatically determined by MOMI based on the current operating system version. The keyword is provided primarily for internal testing.

 

Example:

 

OSS01-API-VERSION 2    == use 64-bit OSS file system calls